You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TOpenCLMtxVec Class > TOpenCLMtxVec Methods > TOpenCLMtxVec.Shift Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TOpenCLMtxVec.Shift Method

A shift on vector elements in range.

Syntax
C#
Visual Basic
public TOpenCLMtxVec Shift([In] TOpenCLMtxVec Vec, int Offset, int VecIndex, int Index, int Len);

Performs shift on source vector elements in specified range [Index..Index+Len] and stores them to calling vector. The number of elements to shift is specified in the Offset parameter. Offset can be any integer number, positive or negative.

Reverse, Shift

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!